home *** CD-ROM | disk | FTP | other *** search
/ MacHack 2000 / MacHack 2000.toast / pc / The Hacks / AppleScript for Acrobat plug-in / SOURCES / STAMPER.H < prev    next >
Encoding:
C/C++ Source or Header  |  2000-06-24  |  595 b   |  24 lines

  1. /******************************************************************************
  2.  
  3. Stamper.h
  4.  
  5. This file is furnished to you by Adobe Systems Incorporated 
  6. under the terms of the Acrobat(r) Plug-ins Software 
  7. Development Kit License Agreement.
  8.  
  9. Copyright (C) 1994-1997, Adobe Systems Inc.  All Rights Reserved.
  10.  
  11.  
  12. Interface to a bunch of functions that are used throughout
  13. the Stamper plug-in.
  14.  
  15. ******************************************************************************/
  16.  
  17. #ifndef _H_Stamper
  18. #define _H_Stamper
  19.  
  20. extern ASAtom Stamper_K;
  21. extern ASAtom Annotation_K;
  22.  
  23. #endif
  24.